<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fullSlide{ position:relative;height:600px;overflow:hidden;}
.fullSlide .bd{ position:relative; z-index:0; }
.fullSlide .bd li {
	height:600px;
	background:#000;
	background-size:100%;
}
.fullSlide .bd li a{ 
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.fullSlide .videoplay a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0) url(../images/video.svg) no-repeat center center/40px;
}
.fullSlide .bd li a video{ 
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
.fullSlide .hd{ position:absolute; left:0; bottom:20px;line-height:1em;text-align:center; width:100%;}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px; height:7px; margin:5px; overflow:hidden; font-size:0;background:#fff;}
.fullSlide .hd ul .on{ background:#d1292e;}
.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:66px; height:66px; margin:-33px 0 0 -666px; float:left; background:rgba(255,255,255,0.6)url(../images/lrbtn1.png) no-repeat; left:50%; position:absolute; top:50%; left:40%;-webkit-border-radius:50%;-moz-border-radius:50%; border-radius:50%;}
.fullSlide .prev:hover,.fullSlide .next:hover{background:rgba(255,255,255,1)url(../images/lrbtn1.png) no-repeat;}
.fullSlide .next,.fullSlide .next:hover{  background-position:-66px 0; float:right; margin-left:900px;}
</pre></body></html>